object FrmHint: TFrmHint Left = 810 Top = 393 BorderIcons = [] BorderStyle = bsNone ClientHeight = 34 ClientWidth = 180 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poDefault Scaled = False OnActivate = FormActivate OnClose = FormClose OnDestroy = FormDestroy OnDeactivate = FormDeactivate OnKeyPress = FormKeyPress PixelsPerInch = 120 TextHeight = 16 object Pnl: TPanel Left = 0 Top = 0 Width = 180 Height = 34 Align = alClient BevelOuter = bvNone Color = 14203040 TabOrder = 0 OnClick = PnlClick object ShBack: TShape Left = 0 Top = 0 Width = 180 Height = 34 Align = alClient Brush.Style = bsClear OnMouseUp = SInMouseUp end object SIn: TShape Left = 0 Top = 0 Width = 34 Height = 36 Brush.Color = clRed Pen.Width = 0 OnMouseUp = SInMouseUp end object Lbl: TLabel Left = 38 Top = 1 Width = 17 Height = 16 Caption = 'Lbl' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 16 Font.Name = 'Arial' Font.Style = [] ParentFont = False OnClick = LblClick end object LblEx: TLabel Left = 12 Top = -2 Width = 11 Height = 40 Caption = '!' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 40 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True Visible = False OnClick = LblClick end object LblInfo: TLabel Left = 12 Top = -3 Width = 9 Height = 39 Caption = 'i' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = 40 Font.Name = 'Times New Roman' Font.Style = [fsBold, fsItalic] ParentFont = False Transparent = True Visible = False OnClick = LblClick end end object Timer: TTimer Enabled = False Interval = 4000 OnTimer = TimerTimer Left = 130 Top = 14 end object TimerActivate: TTimer Enabled = False Interval = 500 OnTimer = TimerActivateTimer Left = 90 Top = 12 end end